func runtime.osyield

25 uses

	runtime (current package)
		coro.go#L220: 		tryRecordGoroutineProfile(gnext, nil, osyield)
		cpuprof.go#L110: 		osyield()
		cpuprof.go#L147: 		osyield()
		lock_futex.go#L106: 			osyield()
		mgcsweep.go#L489: 		osyield()
		mprof.go#L1486: 	tryRecordGoroutineProfile(gp1, nil, osyield)
		os_linux.go#L442: func osyield()
		os_linux.go#L446: 	osyield()
		os_linux.go#L818: 			osyield()
		os_linux.go#L841: 			osyield()
		preempt.go#L250: 			osyield()
		proc.go#L1209: 			osyield()
		proc.go#L3216: 		tryRecordGoroutineProfile(gp, nil, osyield)
		proc.go#L4943: 			osyield()
		proc.go#L5545: 		osyield()
		proc.go#L6913: 							osyield()
		signal_unix.go#L966: 	osyield()
		signal_unix.go#L967: 	osyield()
		signal_unix.go#L968: 	osyield()
		signal_unix.go#L974: 	osyield()
		signal_unix.go#L975: 	osyield()
		signal_unix.go#L976: 	osyield()
		trace.go#L276: 		osyield()
		trace.go#L541: 				osyield()
		tracecpu.go#L264: 		osyield()